-
Notifications
You must be signed in to change notification settings - Fork 292
chore: remove support for node <18 #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v1
Are you sure you want to change the base?
Conversation
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
browsers: ["ChromeHeadless", "ChromeHeadlessCI"], | ||
|
||
customLaunchers: { | ||
ChromeHeadlessCI: { | ||
base: "ChromeHeadless", | ||
flags: ["--no-sandbox"] | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point when I did the rebase, I accidentally copied the original file from the next branch and didn’t fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this change something to do with dropping the support? Else please remove it.
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
Signed-off-by: Sebastian Beltran <bjohansebas@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As part of this can we drop the safer-buffer
dependency?
apologies for the drive by
"puppeteer": "^4.0.0", | ||
"webpack": "^4.43.0" | ||
"webpack": "^4.43.0", | ||
"unorm": "^1.6.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this change something to do with dropping the support for node <18?
browsers: ["ChromeHeadless", "ChromeHeadlessCI"], | ||
|
||
customLaunchers: { | ||
ChromeHeadlessCI: { | ||
base: "ChromeHeadless", | ||
flags: ["--no-sandbox"] | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has this change something to do with dropping the support? Else please remove it.
To simplify our Node.js support, and since it also aligns with our LTS rules, plus as I plan to investigate web stream support for browsers, it will be quite good to remove this old Node.js support.